home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / dev / C-Lib / GadTools34 / InstallGadTools34.script < prev    next >
Text File  |  1993-04-13  |  551b  |  26 lines

  1.  
  2. FailAt 21
  3. Echo " " NOLINE
  4. Version > NIL: exec.library 36
  5. If WARN
  6. Echo "Installing gadtools.library 34..."
  7. Copy gadtools_34.library LIBS:gadtools.library CLONE
  8. Else
  9. Echo "*nEnter name of directory you want to install gadtools.library in*n[default LIBS:]"
  10. Echo "> " NOLINE
  11. SetEnv > NIL: DIRNAME ?
  12. If "$DIRNAME " EQ " "
  13. SetEnv DIRNAME LIBS:
  14. EndIf
  15. Assign DEST: $DIRNAME
  16. Copy gadtools_34.library DEST:gadtools.library CLONE
  17. EndIf
  18. If NOT WARN
  19. Echo "Installation done."
  20. Else
  21. Echo "Error while installing."
  22. EndIf
  23. Assign DEST:
  24. SetEnv DIRNAME ""
  25. EndCLI > NIL:
  26.